home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / scram41.zip / TJHELP.TXT < prev    next >
Text File  |  1996-09-01  |  20KB  |  500 lines

  1.  
  2.                     TIPS AND TRICKS FROM T&J SOFTWARE
  3.                     Revised: 08/18/1996
  4.  
  5. Section I       - Display Problems
  6. Section II      - DigiBoards & Fossil Drivers
  7. Section III     - Overflow Errors
  8. Section IV      - Miscellaneous Errors
  9.  
  10. ──────────────────────────────────────────────────────────────────────────────
  11.                        SECTION I - DISPLAY PROBLEMS
  12. ──────────────────────────────────────────────────────────────────────────────
  13.  
  14.  
  15. ANSI Control Codes on the LOCAL monitor:
  16. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  17. If you encounter screen fulls of garbage on the local monitor when
  18. running a T&J Software Door, please follow these simple directions:
  19.  
  20. NOT RUNNING DESQVIEW
  21. ~~~~~~~~~~~~~~~~~~~~
  22. If you are not running DESQview, you need to add ANSI.SYS to you
  23. CONFIG.SYS file. Do the following:
  24.  
  25. 1. Add this line to your CONFIG.SYS file (placement is not important).
  26.    DEVICE=C:\DOS\ANSI.SYS
  27.  
  28. 2. Reboot the machine.
  29.  
  30. RUNNING DESQVIEW
  31. ~~~~~~~~~~~~~~~~
  32. If you are running DESQview, you need to run DVANSI.COM in EACH node
  33. batch file. DVANSI.COM can be found in your DESQview directory. Here's
  34. an example of my CAT1.BAT file:
  35.  
  36. @echo off
  37. :cat
  38. cd\dv
  39. dvansi
  40. SET WCNODEID=1
  41. SET WCPORTID=2
  42. SET WCIRQID=3
  43. CD \Wildcat
  44. WILDCAT
  45. if exist c:\wildcat\wcwork\node1\event.bat c:\wildcat\wcwork\node1\event.bat
  46. if exist c:\wildcat\wcwork\node1\dropdos.bat c:\wildcat\wcwork\node1\dropdos.bat
  47. if exist c:\wildcat\wcwork\node1\door.bat c:\wildcat\wcwork\node1\door.bat
  48. if exist c:\wildcat\wcwork\node1\postcall.run c:\wildcat\wcwork\node1\postcall.bat
  49. IF ERRORLEVEL 1 GOTO CAT
  50. REM END
  51. atsend z 2
  52.  
  53. Note line 3 and 4. That's all you need to do!
  54.  
  55. ANSI under OS/2 (prepared by Mark Ingenito) - Thanks!
  56. ~~~~~~~~~~~~~~~
  57. OS/2 does not automatically install ANSI support. However, it's
  58. easy enough to add this support, and you can find what you need
  59. to accomplish this in your \OS2\MDOS directory. You need just
  60. one file - ANSI.SYS.
  61.  
  62. There are two methods you can install ANSI.SYS on your OS/2
  63. system:
  64.  
  65.  1. This method will enable ANSI support for this particular DOS
  66.     session ONLY:
  67.  
  68.   - On your desktop, right click on the DOS session icon you're
  69.     using for your BBS node.
  70.   - Left Click on SETTINGS
  71.   - Left Click on SESSION tab
  72.   - Left Click on DOS SETTINGS
  73.   - Left Click on ALL DOS SETTINGS
  74.   - Left Click or move highlight bar to DOS_DEVICE
  75.   - In the text box that will appear to the right, type the
  76.     following:
  77.  
  78.     "x:\os2\mdos\ansi.sys", without the quote marks, where "x:" is the
  79.                             drive where OS/2 resides.
  80.  
  81.   - Now, Left Click on SAVE button at bottom of window, ALT-F4 to close
  82.     settings box. Now, when you open this DOS session, you will have ANSI
  83.     support! By the way, a reboot is NOT necessary when using this method
  84.     of adding MDOS device drivers.
  85.  
  86.  
  87.  2. This method will enable ANSI support in ALL DOS sessions:
  88.  
  89.   - From your desktop, Double-Left Click on OS/2 SYSTEM icon.
  90.   - Double-Left Click on PRODUCTIVITY
  91.   - Double-Left Click on ENHANCED EDITOR.(You can use any OS/2
  92.     editor you wish, actually)
  93.   - Open your CONFIG.SYS file and page down to the section of the file that
  94.     contains the device driver lines for DOS sessions. These lines normally
  95.     begin with and follow the line "SHELL=C:\OS2\MDOS\COMMAND.COM C:\OS2\MDOS".
  96.   - Insert the line "DEVICE=C:\OS2\MDOS\ANSI.SYS", without the quotes, on the
  97.     next line following the SHELL= statement.
  98.   - SAVE your changes.
  99.   - Close your editor.
  100.  
  101.     You will now need to perform a SHUTDOWN and reboot your system for
  102.     this change to take effect.
  103.  
  104. Garbled Information on Remote
  105. =============================
  106. * If the door seems to operate fine on the BBS end but the remote
  107.   cannot receive or receives garbled information, check and make sure
  108.   you are passing the correct IRQ to the door (if you are running a
  109.   non standard IRQ).
  110.  
  111. TRIBBS v5.02+
  112. =============
  113. * Color ANSI checking will not work if you use TRIBBS.SYS drop file.
  114.   Set the doors up using the PCBOARD.SYS drop file.
  115.  
  116. Graphic Cards (general)
  117. =======================
  118. * ATI Graphics Ultra Pro card - do not use the ANSI.SYS driver that
  119.   came with the card. Use the normal DOS ANSI.SYS for the screens
  120.   to show correctly.
  121.  
  122. * Trident SVGA Cards - You should have a utility disk with a file
  123.   called TANSI.SYS, use this ansi driver instead of the standard
  124.   ANSI.SYS.
  125.  
  126. ──────────────────────────────────────────────────────────────────────────────
  127.                 SECTION II - DIGIBOARDS & FOSSIL DRIVERS
  128. ──────────────────────────────────────────────────────────────────────────────
  129.  
  130. SearchLight BBS and DigiBoards
  131. ==============================
  132. To set up on a SLBBS with a DIgiboard....
  133.                     
  134.                     E D I T   C O M M A N D
  135.  
  136.                 Press F1 to Change Command Type
  137.   1. Command Name .................. STUD's
  138.   2. Command Key ................... U
  139.   3. Description ................... Become the alltime STUD on the board
  140.   4. Event Logging ................. No
  141.   5. Access Levels & Graphics [...]
  142.   6. Door Command .................. c:\slbbs\door\stud\studs.bat %O
  143.   7. Directory Path ................ .
  144.   8. Communications Support ........ Fossil
  145.   9. Abort Method .................. None
  146.  10. Write Protection .............. No
  147.  11. Parameter File ................ DOOR.SYS
  148.  12. Pause After Door .............. No
  149.  13. Pass Username As .............. Login Name
  150.  14. Pass COM Port As .............. COM1-COM4
  151.  
  152. REM  ( DFTSR loads in your AUTOEXEC.BAT no other subcommands needed with it, 
  153. REM  as long as your Digiboard 4, 8 or 16 starts at 0 for the first channel.)
  154.  
  155. DFTSR
  156.                This is for multi-node Node 1 below.....
  157.  
  158. REM ( Batch file called out from BBS door with Node command %O for SLBBS.)
  159. @ECHO OFF
  160. c:
  161. cd \slbbs\door\stud
  162. stud%1.bat
  163. REM ( this would be STUD1.BAT )
  164. DF FOSSIL-LOCK 12     (turns fossil driver on at channel 12)
  165. c:
  166. CD \slbbs\DOOR\STUD
  167. STUDS! studs1.cfg /FD
  168. DF DIGI 12            (turns fossil off so it can return to the DIGIBOARD)
  169. c:
  170. cd \slbbs1
  171.  
  172. REM  ( This would be STUDS1.CFG )
  173. C:\SLBBS1\DOOR.SYS
  174. The Bart Stop BBS
  175. Bartman
  176. S.
  177.  
  178. DigiFossil Information
  179. ======================
  180.  
  181.                         DIGIFOSSIL V2.2 - Jun 6, 1995
  182.                         FOSSIL Driver for Digi-Boards
  183.                         & DIGIBOARD Driver for FOSSIL
  184.                         =============================
  185.                                               Technique Computer Systems
  186.                                               Victoria, BC  CANADA
  187.                                               BBS: (604) 361-1541
  188.                                               FAX: (604) 361-4789
  189.                                             email: scott@plywood.bcbbs.net
  190.  
  191.   What is DIGIFOSSIL?
  192.   -------------------
  193.   DIGIFOSSIL is the program (DFTSR) you need  in order to get a huge number
  194.   of applications written for  FOSSIL systems working on  your BBS, if your
  195.   BBS uses  an intelligent  Digiboard (such as  the PC/Xe,  PC/Xi or COM/Xi
  196.   series).  (if you need a FOSSIL for a nonDigiboard system, try either X00
  197.   or BNU, which are available from many BBSs).
  198.  
  199.   DIGIFOSSIL also  includes a program  (FDTSR) to run  your Digiboard based
  200.   BBS on a non-digiboard (FOSSIL) setup.   This allows you to use a product
  201.   such as Wildcat! IM (where they haven't implemented FOSSIL support).
  202.  
  203.   Legal Stuff
  204.   -----------
  205.   DIGIFOSSIL is Copyright 1992-1995, Technique Computer Systems, all rights
  206.   reserved.  This product is provided "AS-IS" without warranty of any kind.
  207.  
  208. RENEGADE BBS
  209. ============
  210. * If you are using BNU fossil driver and having problems with the
  211.   doors, try using X00 v1.50+. Several Renegade systems have reported
  212.   problems using BNU with the doors.
  213.  
  214. WILDCAT
  215. =======
  216. * Wildcat! IM Version Setup using DigiFossil v2.x:
  217.  
  218.   All of our doors will run on the Wildcat! IM version using DigiFos
  219.   v2.x. I have received TWO different setup routines concerning the
  220.   IM version, here's an example:
  221.  
  222.   DF LOCK%WCNODEID%